home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12678 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  660 b 

  1. Path: southwind.net!usenet
  2. From: uar@southwind.net (richard mross)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Why is C faster than FORTRAN?
  5. Date: Mon, 01 Apr 1996 19:20:26 GMT
  6. Organization: SouthWind Internet Access, Inc.
  7. Message-ID: <4jpabs$4pv@opal.southwind.net>
  8. References: <1996Mar20.132506.91237@ucl.ac.uk>
  9. NNTP-Posting-Host: ict100.southwind.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12.  
  13. >|>My question is: what is the reason that C is so much quicker? Is C normally
  14. >|>faster than FORTRAN?
  15.  
  16.  write a program in both languages and set the compilers on both to
  17. output assembly code.  compare the output to see what one compiler is
  18. doing compared to the other
  19.  
  20.  
  21.  
  22.